home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / os2 / ooxdb200.zip / readme.oox < prev   
Text File  |  1996-11-14  |  3KB  |  112 lines

  1. OOxBase - Object Oriented xBase Version 2.00 Beta
  2.  
  3. Nov. 15, 1996
  4.  
  5.  
  6. American Coders, LTD
  7. P. O. Box 97462
  8. Raleigh, NC    27624    USA
  9. 1-919-846-2014
  10. joe@usacoder.rtp.nc.us
  11.  
  12.  
  13. ---
  14.  
  15. Information in this and all related documents are subject to change without 
  16. notice.    This software, as described, is provided under a license agreement. 
  17. The OOxBase product and documentation may be reproduced and transmitted in 
  18. any form. 
  19.  
  20. American Coders, Ltd is no way liable or responsible for any loss of time, 
  21. productivity or property associated with using this product.
  22.  
  23. ---
  24. Caveats and Warnings
  25.  
  26. The is beta version will expire on Feb, 28, 1997.
  27.  
  28. Future releases. 
  29.  
  30.     The API will change in the next release - but not to drastically.    At
  31. this time the methods do not use the environment parameter.    This parameter 
  32. will be include in the next release.
  33.  
  34.         With this release error handling is through the methods return code.    When 
  35. the environment parameter is included, error handling will be done through the 
  36. exception processing available in SOM.
  37.  
  38. ---
  39.  
  40. OOxBase is a trademark of American Coders LTD.
  41.  
  42.  
  43. All other companies, products and brand names are trademarks of theri respective
  44. holders.
  45.  
  46. OOxBase is a dbase engine using the SOM development tool sold by IBM.    The DLL 
  47. was built using SOM Version 2.1 with CSD 2.14 applied.    At this time SOM is 
  48. available free from IBM from their FTP server.
  49.  
  50. ---
  51.  
  52. Languages supported C, C++, Visual Age COBOL, Visual Age Basic OOREXX.
  53. Languages tested against C, C++.
  54.  
  55. ---
  56.  
  57. Package Inventory
  58.  
  59. 1.    ooxbase.dll
  60. 2.    ooxbase.ir - SOM interface repository for OOxBase.
  61. 3.    ooxbase.inf - viewable help file.
  62. 4.    oox*.h - c include file
  63. 4.1.    ooxbase.h
  64. 4.2.    ooxfield.h
  65. 4.3.    ooxcharacter.h
  66. 4.4.    ooxdate.h
  67. 4.6.    ooxlogical.h
  68. 4.7.    ooxmemo.h
  69. 4.8.    ooxnumeric.h
  70. 5.    oox*.xh - c++ include file
  71. 5.1.    ooxbase.xh
  72. 5.2.    ooxfield.xh
  73. 5.3.    ooxcharacter.xh
  74. 5.4.    ooxdate.xh
  75. 5.6.    ooxlogical.xh
  76. 5.7.    ooxmemo.xh
  77. 5.8.    ooxnumeric.xh
  78. 6.    oox*.pdl - public idl files
  79. 6.1.    ooxbase.pdl
  80. 6.2.    ooxfield.pdl
  81. 6.3.    ooxcharacter.pdl
  82. 6.4.    ooxdate.pdl
  83. 6.6.    ooxlogical.pdl
  84. 6.7.    ooxmemo.pdl
  85. 6.8.    ooxnumeric.pdl
  86. 7.    Sample programs
  87. 7.1. Sample C programs
  88. 7.2. Sample C++ programs
  89. 7.3. Sample Cobol programs
  90. 7.4. Sample Basic programs
  91. 7.5. Sample OOREXX programs.
  92.     
  93. ---
  94.  
  95. Classes provided:
  96.  
  97. 1. ooxdbf - dbase file class.
  98.  
  99. 2. ooxfield - field class.
  100.  
  101. 2.1.    ooxcharacter - character field subclass.
  102.  
  103. 2.2.    ooxdate - date field subclass.
  104.  
  105. 2.3.    ooxlogical - logical field subclass.
  106.  
  107. 2.4.    ooxmemo - memo field subclass.
  108.  
  109. 2.5.    ooxnumeric - numeric field subclass.
  110.  
  111.  
  112.